From 44db24103ff1c53a13afebf4d72ad853cee07786 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Tue, 27 Aug 2013 11:29:03 +0200 Subject: [PATCH] fix gdbstub build c/s c8177e691f That changeset moved the watchdog functions from nmi.h to their own watchdog.h. I thought I had updated all relevant header files and the compiler was happy as well. However, gdbstub is not even compiled by default, and I accidentally missed it. Signed-off-by: Andrew Cooper --- xen/common/gdbstub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/gdbstub.c b/xen/common/gdbstub.c index 2baa91a238..67ff726b21 100644 --- a/xen/common/gdbstub.c +++ b/xen/common/gdbstub.c @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include #include #include -- 2.30.2